From cc9528eaec90a6c0660645368b3f6206837b73e1 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 16 Dec 2020 15:49:27 +0000 Subject: [PATCH] docs: Add missing documentation to GtkStatusbar --- gtk/gtkstatusbar.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gtk/gtkstatusbar.c b/gtk/gtkstatusbar.c index addb48eef4..e997a69c5f 100644 --- a/gtk/gtkstatusbar.c +++ b/gtk/gtkstatusbar.c @@ -489,6 +489,14 @@ gtk_statusbar_remove_all (GtkStatusbar *statusbar, } } +/** + * gtk_statusbar_get_message: + * @statusbar: a #GtkStatusbar + * + * Retrieves the contents of the label in #GtkStatusbar. + * + * Returns: (transfer none): the contents of the statusbar + */ const char * gtk_statusbar_get_message (GtkStatusbar *statusbar) { -- 2.30.2